docs/css-overview: Fix color functions’ arg orders
authorDaniel Boles <dboles@src.gnome.org>
Fri, 17 Mar 2017 23:25:13 +0000 (23:25 +0000)
committerDaniel Boles <dboles@src.gnome.org>
Fri, 17 Mar 2017 23:31:41 +0000 (23:31 +0000)
commita69083c95efd88ce2796671d983c0fc35891fde5
tree35b91376cdbb96e2799f21af6d643ddf30cbf32f
parent5c948710a5ff4ad9efe3a2ab04f01c736442f1ad
docs/css-overview: Fix color functions’ arg orders

shade/alpha/mix() take colour(s) and a number that is the ratio by which
to transform them. It was written here that these shall be passed in the
order (number, colour). That was wrong: they must be passed in the order
(colour[s], number) to work, and for the Inspector not to flag an error.
docs/reference/gtk/css-overview.xml